翻訳と辞書
Words near each other
・ Relaxation (physics)
・ Relaxation (psychology)
・ Relaxation drink
・ Relaxation labelling
・ Relaxation length
・ Relaxation of the Asshole
・ Relaxation oscillator
・ Relaxation response
・ Relaxation technique
・ Relaxed & Remixed
・ Relaxed code-excited linear prediction
・ Relaxed Gesture
・ Relaxed intersection
・ Relaxed Muscle
・ Relaxed pronunciation
Relaxed sequential
・ Relaxed stability
・ Relaxer
・ Relaxin
・ Relaxin family peptide hormones
・ Relaxin receptor
・ Relaxin' at Camarillo
・ Relaxin' with Chet
・ Relaxin' with the Miles Davis Quintet
・ Relaxin-3
・ Relaxin/insulin-like family peptide receptor 1
・ Relaxin/insulin-like family peptide receptor 2
・ Relaxin/insulin-like family peptide receptor 3
・ Relaxin/insulin-like family peptide receptor 4
・ Relaxing (horse)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Relaxed sequential : ウィキペディア英語版
Relaxed sequential

In computer science, a relaxed sequential execution model describes the ability for a parallel program to run sequentially. If a parallel program has a valid sequential execution it is said to follow a relaxed sequential execution model. It does not need to be efficient.
The word relaxed refers to the notion that serial programs are actually overly constrained by implicit serial dependencies (such as the program counter) and that one can introduce as much parallelism as possible without removing the ability to run sequentially. You can think of this model as being as relaxed as possible and still being able to run correctly in a single thread. That is the goal.
Most parallel programs can run sequentially but will benefit from parallelism when it is present. It is possible to design programs that require parallelism for correct behavior. Algorithms such as producer-consumer that are implemented so as to require two or more threads are one example of requiring concurrency to work properly. For instance, consider a bounded container with a capacity for only three items and a program which has one thread doing “PUT PUT PUT PUT,” and another thread doing “GET GET GET GET,” each doing their actions only four at a time. Such a program requires interleaving (concurrency). A program that requires concurrency is more difficult to debug. It is easier to debug a program that has a valid sequential execution.
Programs designed to require concurrency are more difficult to debug. Programs designed to require concurrency will have performance issues when the number of required threads exceeds the number of hardware threads because time slicing artifacts can hit hard.
==See also==

*Deadlock
*Parallel computing
*Race Conditions

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Relaxed sequential」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.